All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.SCSequence
java.lang.Object
|
+----quicktime.std.qtcomponents.SCSequence
- public final class SCSequence
- extends Object
- implements QuickTimeLib
-
compressFrame(QDGraphics, QDRect)
- Compresses a frame that is sourced by a PixMap from the supplied QDGraphics, returning
the compressed data.
-
getDescription()
- Return the description
-
getDialog()
- Return the SCDialog
getDescription
public ImageDescription getDescription()
- Return the description
getDialog
public ImageCompressionDialog getDialog()
- Return the SCDialog
compressFrame
public SCInfo compressFrame(QDGraphics src,
QDRect srcRect) throws QTException
- Compresses a frame that is sourced by a PixMap from the supplied QDGraphics, returning
the compressed data.
QuickTime::SCCompressImage()
- Parameters:
- src - the source PixMap from the QDGraphics.
- srcRect - you can specify to compress just a part of the pix map by specifying
a rectangle - or pass in null to compress the entire pix map.
- Returns:
- an image data object.
All Packages Class Hierarchy This Package Previous Next Index